home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / dv_b1.zip / DV_B1.EXE / dview.exe / 0 / RCDATA / TWWLOCATEDLG / TWWLOCATEDLG.txt
Text File  |  1997-02-07  |  3KB  |  152 lines

  1. object wwLocateDlg: TwwLocateDlg
  2.   Left = 198
  3.   Top = 28
  4.   ActiveControl = SearchValue
  5.   BorderStyle = bsDialog
  6.   Caption = 'Locate Value'
  7.   ClientHeight = 238
  8.   ClientWidth = 212
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SearchTypeGroup: TGroupBox
  18.     Left = 4
  19.     Top = 52
  20.     Width = 201
  21.     Height = 101
  22.     Caption = '&Search Type'
  23.     TabOrder = 1
  24.     object CaseSensitiveCheckBox: TCheckBox
  25.       Left = 12
  26.       Top = 16
  27.       Width = 181
  28.       Height = 21
  29.       Hint = 'Searching is case-sensitive'
  30.       Caption = '&Case-sensitive'
  31.       Color = clBtnFace
  32.       ParentColor = False
  33.       ParentShowHint = False
  34.       ShowHint = True
  35.       TabOrder = 0
  36.     end
  37.     object ExactMatchBtn: TRadioButton
  38.       Left = 12
  39.       Top = 44
  40.       Width = 181
  41.       Height = 17
  42.       Hint = 'Match occurs only if there is an exact match'
  43.       Caption = '&Exact Match'
  44.       ParentShowHint = False
  45.       ShowHint = True
  46.       TabOrder = 1
  47.     end
  48.     object PartialMatchStartBtn: TRadioButton
  49.       Left = 12
  50.       Top = 64
  51.       Width = 185
  52.       Height = 13
  53.       Hint = 'Match occurs if the start of the field'#39's value matches'
  54.       Caption = '&Partial Match at Beginning'
  55.       Checked = True
  56.       ParentShowHint = False
  57.       ShowHint = True
  58.       TabOrder = 2
  59.       TabStop = True
  60.     end
  61.     object PartialMatchAnyBtn: TRadioButton
  62.       Left = 12
  63.       Top = 80
  64.       Width = 185
  65.       Height = 17
  66.       Hint = 'Match occurs if any part of the field matches'
  67.       Caption = 'Partial Match &Anywhere'
  68.       ParentShowHint = False
  69.       ShowHint = True
  70.       TabOrder = 3
  71.     end
  72.     object Panel1: TPanel
  73.       Left = 1
  74.       Top = 38
  75.       Width = 201
  76.       Height = 2
  77.       BevelOuter = bvLowered
  78.       TabOrder = 4
  79.     end
  80.   end
  81.   object FieldsGroup: TGroupBox
  82.     Left = 4
  83.     Top = 156
  84.     Width = 201
  85.     Height = 49
  86.     Caption = '&Fields'
  87.     TabOrder = 2
  88.     object FieldNameComboBox: TComboBox
  89.       Left = 12
  90.       Top = 20
  91.       Width = 181
  92.       Height = 21
  93.       Hint = 'Select the field to search on'
  94.       Style = csDropDownList
  95.       ItemHeight = 13
  96.       ParentShowHint = False
  97.       ShowHint = True
  98.       Sorted = True
  99.       TabOrder = 0
  100.       OnChange = FieldNameComboBoxChange
  101.       OnEnter = FieldNameComboBoxEnter
  102.       OnExit = FieldNameComboBoxExit
  103.       OnKeyDown = FieldNameComboBoxKeyDown
  104.     end
  105.   end
  106.   object FieldValueGroup: TGroupBox
  107.     Left = 4
  108.     Top = 4
  109.     Width = 201
  110.     Height = 45
  111.     Caption = 'Field &Value'
  112.     TabOrder = 0
  113.     object SearchValue: TEdit
  114.       Left = 12
  115.       Top = 17
  116.       Width = 181
  117.       Height = 20
  118.       Hint = 'Enter field'#39's search value'
  119.       AutoSize = False
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.       TabOrder = 0
  123.       Text = 'SearchValue'
  124.     end
  125.   end
  126.   object FirstButton: TButton
  127.     Left = 4
  128.     Top = 209
  129.     Width = 57
  130.     Height = 27
  131.     Hint = 'Find first match'
  132.     Caption = 'Fi&rst'
  133.     ParentShowHint = False
  134.     ShowHint = True
  135.     TabOrder = 3
  136.     OnClick = FindFirst
  137.   end
  138.   object NextButton: TButton
  139.     Left = 60
  140.     Top = 209
  141.     Width = 57
  142.     Height = 27
  143.     Hint = 'Find next match from current record'
  144.     Caption = '&Next'
  145.     Default = True
  146.     ParentShowHint = False
  147.     ShowHint = True
  148.     TabOrder = 4
  149.     OnClick = FindNextBtnClick
  150.   end
  151. end
  152.